Use PEEnableProgressDialog to specify whether the Progress dialog box is enabled. The Progress dialog box displays the progress of the report when it is running (records read, records selected, etc.).
BOOL CRPE_API PEEnableProgressDialog (
short printJob,
BOOL enable );
This dialog box is enabled by default.
Declare Function PEEnableProgressDialog Lib "crpe32.dll" (ByVal printJob _
As Integer, ByVal enable As Integer) As Integer
function PEEnableProgressDialog (
printJob: Word;
enable: Bool
): Bool stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |